func google.golang.org/grpc.chainUnaryInterceptors

2 uses

	google.golang.org/grpc (current package)
		server.go#L1146: 		chainedInt = chainUnaryInterceptors(interceptors)
		server.go#L1152: func chainUnaryInterceptors(interceptors []UnaryServerInterceptor) UnaryServerInterceptor {